body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
*{
  padding: 0;
  margin: 0;
}
body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}
input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.nav_a{
  color: white;
}
.block_4 a:hover{
  color: white;
  text-decoration: none;
}
ul,li{
  list-style: none;
}
.text_20 a,.text_18 a,.block_8 a,.block_12 a{
  color: rgba(42, 119, 183, 1);
}
.text_5 a{
  color: rgba(102, 102, 102, 1);
}
.shewei{
  color: rgba(71, 50, 33, 1);
}
.shewei:hover{
  color: rgba(71, 50, 33, 1);
  text-decoration: none;
}
.dibu{
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.dibu:hover{
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.block_3 a,.group_2 a{
  color: white;
}
.alery,#bookmark_me{
  cursor: pointer;
}

.image-wrapper_2{
  position: absolute;
}

.square{
  background-color: rgba(30, 85, 131, 1);
  height: 50px;
  position: absolute;
  margin-left: 49.9%;
  width: 250px;
  cursor: pointer;
}
/* input:hover{

background-color: #fff;

} */
input:focus{
  outline: 1px solid #4caf50;
}
.haha{
  width: 166px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 15px;
  margin: 8px 24px;
  padding-left: 30px;
  color: #aa2f2f;
}
.square1{
  width: 17px;
  height: 17px;
  margin: -31px 0 0 198px!important;
}